home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / script / meta < prev    next >
Text File  |  2002-09-18  |  366b  |  19 lines

  1. #$EPIC: meta,v 1.2 2002/08/12 16:59:49 jnelson Exp $
  2. /*
  3.     Meta script... binds <F1> to <F5>
  4.  
  5.     function characters do ^[[1x~
  6.     where x is the function key
  7. */
  8.  
  9. bind ^[[11~ type f1
  10. bind ^[[12~ type f2
  11. bind ^[[13~ type f3
  12. bind ^[[14~ type f4
  13. bind ^[[15~ type f5
  14.  
  15. bind ^[OP switch_channels
  16. bind ^[OQ clear_screen
  17. bind ^[OR type msg santabot
  18. bind ^[OS parse_command leave *
  19.